projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf65b42
)
Handle sysv4.2 and sysvr4.2.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:31:06 +0000
(20:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:31:06 +0000
(20:31 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 6c23a7724c97a52ee129f434d45cca9b53c1fd15..671b74f6430187c5f20153b2506a434a8b21d3ba 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-865,6
+865,7
@@
if [ ! "${opsys}" ]; then
*-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
*-sysv3 | *-sysvr3 ) opsys=usg5-3 ;;
*-sysv4 | *-sysvr4 ) opsys=usg5-4 ;;
+ *-sysv4.2 | *-sysvr4.2 ) opsys=usg5-4-2 ;;
* )
unported=true
;;